[INFO] fetching crate epaint 0.34.3...
[INFO] testing epaint-0.34.3 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate epaint 0.34.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate epaint 0.34.3
[INFO] finished tweaking crates.io crate epaint 0.34.3
[INFO] tweaked toml for crates.io crate epaint 0.34.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate epaint 0.34.3 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate epaint 0.34.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e
[INFO] running `Command { std: "docker" "start" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling emath v0.34.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling kurbo v0.13.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling epaint_default_fonts v0.34.3
[INFO] [stderr]    Compiling self_cell v1.2.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ecolor v0.34.3
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling color v0.3.2
[INFO] [stderr]    Compiling font-types v0.11.0
[INFO] [stderr]    Compiling fearless_simd v0.3.0
[INFO] [stderr]    Compiling read-fonts v0.37.0
[INFO] [stderr]    Compiling peniko v0.6.0
[INFO] [stderr]    Compiling vello_common v0.0.6
[INFO] [stderr]    Compiling vello_cpu v0.0.6
[INFO] [stderr]    Compiling skrifa v0.40.0
[INFO] [stderr]    Compiling epaint v0.34.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/tessellator.rs:2326:34
[INFO] [stdout]      |
[INFO] [stdout] 2326 |         let stroke = Stroke::new(2.0, Color32::from_rgb(150, 255, 150));
[INFO] [stdout]      |                                  ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]      = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.41s
[INFO] running `Command { std: "docker" "inspect" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling anstyle v1.0.9
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling epaint v0.34.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling similar-asserts v1.7.0
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/tessellator.rs:2326:34
[INFO] [stdout]      |
[INFO] [stdout] 2326 |         let stroke = Stroke::new(2.0, Color32::from_rgb(150, 255, 150));
[INFO] [stdout]      |                                  ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]      = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling mimalloc v0.1.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/tessellator.rs:2326:34
[INFO] [stdout]      |
[INFO] [stdout] 2326 |         let stroke = Stroke::new(2.0, Color32::from_rgb(150, 255, 150));
[INFO] [stdout]      |                                  ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]      = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/text/fonts.rs:1161:48
[INFO] [stdout]      |
[INFO] [stdout] 1161 |                         underline: Stroke::new(1.0, Color32::RED),
[INFO] [stdout]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/text/fonts.rs:1162:52
[INFO] [stdout]      |
[INFO] [stdout] 1162 |                         strikethrough: Stroke::new(1.0, Color32::GREEN),
[INFO] [stdout]      |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.61s
[INFO] running `Command { std: "docker" "inspect" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]     --> src/tessellator.rs:2326:34
[INFO] [stderr]      |
[INFO] [stderr] 2326 |         let stroke = Stroke::new(2.0, Color32::from_rgb(150, 255, 150));
[INFO] [stderr]      |                                  ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr]      = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stderr]      = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]     --> src/text/fonts.rs:1161:48
[INFO] [stderr]      |
[INFO] [stderr] 1161 |                         underline: Stroke::new(1.0, Color32::RED),
[INFO] [stderr]      |                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]     --> src/text/fonts.rs:1162:52
[INFO] [stderr]      |
[INFO] [stderr] 1162 |                         strikethrough: Stroke::new(1.0, Color32::GREEN),
[INFO] [stderr]      |                                                    ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: `epaint` (lib) generated 1 warning (run `cargo fix --lib -p epaint` to apply 1 suggestion)
[INFO] [stderr] warning: `epaint` (lib test) generated 3 warnings (1 duplicate) (run `cargo fix --lib -p epaint --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/epaint-c0306e564ffe79fd)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test mutex::tests_rwlock::lock_two_different_rwlocks_single_thread ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_read_read_reentrancy ... ok
[INFO] [stdout] test mutex::tests::lock_two_different_mutexes_single_thread ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_short_read_foreign_read_write_reentrancy ... ok
[INFO] [stdout] test shapes::bezier_shape::tests::test_cubic_bounding_box ... ok
[INFO] [stdout] test shapes::bezier_shape::tests::test_quadratic_bounding_box ... ok
[INFO] [stdout] test shapes::bezier_shape::tests::test_quadratic_different_tolerance ... ok
[INFO] [stdout] test shapes::bezier_shape::tests::test_quadratic_flattening ... ok
[INFO] [stdout] test shapes::rect_shape::rect_shape_size ... ok
[INFO] [stdout] test shapes::shape::shape_impl_send_sync ... ok
[INFO] [stdout] test shadow::shadow_size ... ok
[INFO] [stdout] test shapes::shape::shape_size ... ok
[INFO] [stdout] test stroke::test_is_nearest_integer_odd ... ok
[INFO] [stdout] test tessellator::test_tessellator ... ok
[INFO] [stdout] test shapes::bezier_shape::tests::test_cubic_different_shape_flattening ... ok
[INFO] [stdout] test tessellator::path_bounding_box ... ok
[INFO] [stdout] test shapes::bezier_shape::tests::test_cubic_different_tolerance_flattening ... ok
[INFO] [stdout] test shapes::paint_callback::test_viewport_rounding ... ok
[INFO] [stdout] test text::text_layout::tests::test_empty_row ... ok
[INFO] [stdout] test text::text_layout::tests::test_end_with_newline ... ok
[INFO] [stdout] test text::text_layout::tests::test_pre_cjk ... ok
[INFO] [stdout] test text::text_layout::tests::test_truncate_with_newline ... ok
[INFO] [stdout] test text::text_layout::tests::test_cjk ... ok
[INFO] [stdout] test text::text_layout::tests::test_truncate_width ... ok
[INFO] [stdout] test shapes::text_shape::tests::text_bounding_box_under_rotation ... ok
[INFO] [stdout] test text::fonts::tests::test_fallback_glyph_width ... ok
[INFO] [stdout] test text::text_layout::tests::test_zero_max_width ... ok
[INFO] [stdout] test mutex::tests::lock_multiple_threads ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_multiple_threads ... ok
[INFO] [stdout] test text::text_layout::tests::test_truncate_with_pixels_per_point ... ok
[INFO] [stdout] test text::fonts::tests::test_intrinsic_size ... ok
[INFO] [stdout] test text::fonts::tests::test_split_paragraphs ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_write_read_reentrancy - should panic ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_read_write_reentrancy - should panic ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_read_foreign_read_write_reentrancy - should panic ... ok
[INFO] [stdout] test mutex::tests_rwlock::rwlock_write_write_reentrancy - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests epaint
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/image.rs - image::ColorImage::from_rgba_unmultiplied (line 89) ... ignored
[INFO] [stdout] test src/text/fonts.rs - text::fonts::FontDefinitions (line 226) ... FAILED
[INFO] [stdout] test src/text/fonts.rs - text::fonts::FontFamily::Name (line 94) ... ok
[INFO] [stdout] test src/text/text_layout_types.rs - text::text_layout_types::VariationCoords::new (line 312) ... ok
[INFO] [stdout] test src/text/text_layout_types.rs - text::text_layout_types::LayoutJob (line 20) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/text/fonts.rs - text::fonts::FontDefinitions (line 226) stdout ----
[INFO] [stdout] error: couldn't read `src/text/../../../epaint_default_fonts/fonts/Ubuntu-Light.ttf`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/text/fonts.rs:238:30
[INFO] [stdout]     |
[INFO] [stdout] 238 |        FontData::from_static(include_bytes!("../../../epaint_default_fonts/fonts/Ubuntu-Light.ttf"))
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/text/fonts.rs - text::fonts::FontDefinitions (line 226)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.96s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.05s; merged doctests compilation took 0.08s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e", kill_on_drop: false }`
[INFO] [stdout] 10b73fb06aece2be4bd96cf2df8d520ea5c10cc54455e00b63c99e984421cb5e
